Skip to content

fixes that the config could not be loaded and an oversight in Columni…#556

Merged
Hirogen merged 2 commits intoDevelopmentfrom
552-regex-columnizer-doesnt-work
Mar 21, 2026
Merged

fixes that the config could not be loaded and an oversight in Columni…#556
Hirogen merged 2 commits intoDevelopmentfrom
552-regex-columnizer-doesnt-work

Conversation

@Hirogen
Copy link
Collaborator

@Hirogen Hirogen commented Mar 21, 2026

This pull request introduces targeted improvements to the columnizer configuration system, focusing on clarifying interface usage and ensuring configuration objects are properly initialized. The main changes update interface references to the more specific IColumnizerConfiguratorMemory and add a safeguard for configuration initialization in the regex columnizer.

Columnizer configuration interface updates:

  • Updated interface references from IColumnizerConfigurator to IColumnizerConfiguratorMemory in both the summary documentation and the type check when cloning columnizers, ensuring the correct interface is used for memory-based columnizer configuration. [1] [2]

Configuration initialization improvement:

  • In RegexColumnizer, added logic to initialize _config with a default configuration if it is null before displaying the configuration dialog, preventing potential null reference issues.

@Hirogen Hirogen linked an issue Mar 21, 2026 that may be closed by this pull request
@Hirogen Hirogen merged commit e0fef89 into Development Mar 21, 2026
1 check passed
@Hirogen Hirogen deleted the 552-regex-columnizer-doesnt-work branch March 21, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regex columnizer doesn't work

1 participant